MCGetCurrentTime
Your application can use theMCGetCurrentTime
function to obtain the time value represented by the indicator on the movie controller's slider. This time value is appropriate to the movie currently being affected by the movie controller. You can also obtain the time scale for this time value.
pascal TimeValue MCGetCurrentTime (MovieController mc, TimeScale *scale);
mc
- Specifies the movie controller for the operation. You obtain this
identifier from the Component Manager'sOpenComponent
orOpenDefaultComponent
function, or from theNewMovieController
function (described on page 2-28).scale
- Contains a pointer to a field that is to receive the time scale for the controller.
DESCRIPTION
TheMCGetCurrentTime
function returns the time value that corresponds to the current setting of the indicator on the movie controller's slider.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help